home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- performResize:;
- };
- SUPERCLASS = Object;
- };
- FontPanel = {
- ACTIONS = {
- _chooseFace:;
- _chooseSize:;
- _custom:;
- _set:;
- performResize:;
- _revert:;
- _chooseFamily:;
- _preview:;
- };
- OUTLETS = {
- splitView;
- setButton;
- current;
- sizeTitle;
- preview;
- faces;
- size;
- currentBox;
- facesTitle;
- separator;
- previewBox;
- chooser;
- sizes;
- families;
- familyTitle;
- };
- SUPERCLASS = Window;
- };
- MyApp = {
- ACTIONS = {
- hide:;
- terminate:;
- };
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = Object;
- };
-